toggle menu
Rell System Library API Reference
rell
switch theme
search in API
Rell System Library
/
[root]
/
byte_array
/
repeat
repeat
rell
pure
function
repeat
(
n
:
integer
)
:
byte_array
Repeats the byte_array 'n' times.
Since
0.11.0
Parameters
n
The number of times to repeat the byte_array.